entity class meaning in Chinese
实体类
Examples
- Entity class is a hibernate entity , and the
实体类是hibernate实体, - The database of the system is designed according to the properties of entity class and following the proper mapping rules
根据实体类的属性通过一定的映射规则对系统的数据库进行设计。 - Secondly , we realize system analyse , primary entity class and user interface design with uml method followed instruction of the unified software development process theory
其次,本文按照统一软件开发理论的指导,利用uml工具完成了系统的分析和主要实体和界面的设计工作。 - As to the overall design of the software system , the model is established on the basis of the static structure and dynamic behavior of the system , and the properties and methods of entity class and interface class are accordingly abstracted
在软件系统的总体设计中主要是对系统的静态结构和动态行为进行建模,从而抽象出系统所需实体类和界面类的属性和方法。 - For example , rather than use " au _ lname " and " au _ fname " for the property names on an entity class , you can just name them to " lastname " and " firstname " on your entity class and develop against that instead ( without having to rename the column names in the database )
因为你的实体模型根据后端的不同的名字,你可以用新的表/列名称,只更新你映射的规则而不更新你的应用程序或者查询代码。